home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Oplatonic.res < prev    next >
Text File  |  2003-02-27  |  442b  |  24 lines

  1. CONTAINER Oplatonic
  2. {
  3.     NAME Oplatonic;
  4.     INCLUDE Obase;
  5.  
  6.     GROUP ID_OBJECTPROPERTIES
  7.     {
  8.         REAL PRIM_PLATONIC_RAD { MIN 0.0; UNIT METER; }
  9.         LONG PRIM_PLATONIC_SUB { MIN 0; MAX 1000; }
  10.         LONG PRIM_PLATONIC_TYPE
  11.         {
  12.             CYCLE
  13.             {
  14.                 PRIM_PLATONIC_TYPE_TETRA;
  15.                 PRIM_PLATONIC_TYPE_HEXA;
  16.                 PRIM_PLATONIC_TYPE_OCTA;
  17.                 PRIM_PLATONIC_TYPE_DODECA;
  18.                 PRIM_PLATONIC_TYPE_ICOSA;
  19.                 PRIM_PLATONIC_TYPE_BUCKY;
  20.             }
  21.         }
  22.     }
  23. }
  24.